home *** CD-ROM | disk | FTP | other *** search
/ PCNet 1998 May / PCnet Mayıs 1998.iso / Multimed / Program / A_Trial.exe / data.z / JMxKey.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-12-04  |  274 b   |  8 lines

  1. public interface JMxKey {
  2.    int MX_KEY_EQUAL = 0;
  3.    int MX_KEY_GREATER = 1;
  4.    int MX_KEY_LESS = -1;
  5.  
  6.    int Compare(JMxKey var1);
  7. }
  8.